Expose visible() and modify() as vcalls in class
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Wed, 9 Dec 2009 09:21:34 +0000 (20:21 +1100)
committerJavier Jardón <jjardon@gnome.org>
Tue, 4 May 2010 01:42:22 +0000 (03:42 +0200)
commit227d59c19015d488eda2895c1022b95ac1463d2a
tree7b57320fda322b9b7166efca96d87bbeb7f9584a
parent64812ce662835b1967791196944b73b2d2617f7a
Expose visible() and modify() as vcalls in class

This makes it possible to create filter subclasses by implementing the vcalls.
You can optionally chain up to the parent class' implementation, to make it
possible to have "your filter + additional custom filtering".

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604150
gtk/gtktreemodelfilter.c
gtk/gtktreemodelfilter.h